home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2001 May / SGI IRIX Base Documentation 2001 May.iso / usr / share / catman / p_man / cat3 / f90 / ipxfargc.z / ipxfargc
Encoding:
Text File  |  1998-10-30  |  1.3 KB  |  30 lines

  1. IPXFARGC(3F)                                           Last changed: 1-6-98
  2.  
  3.  
  4. NNAAMMEE
  5.      IIPPXXFFAARRGGCC - Returns the number of command-line arguments excluding the
  6.      command name
  7.  
  8. SSYYNNOOPPSSIISS
  9.      IINNTTEEGGEERR FFUUNNCCTTIIOONN IIPPXXFFAARRGGCC(())
  10.  
  11. IIMMPPLLEEMMEENNTTAATTIIOONN
  12.      UNICOS, UNICOS/mk, and IRIX systems
  13.  
  14. DDEESSCCRRIIPPTTIIOONN
  15.      On IRIX systems, this routine is in lliibbffoorrttrraann..ssoo which is linked by
  16.      default when you compile programs with the MIPSpro 7 Fortran 90
  17.      compiler or when compiling programs with the --ccrraayylliibbss option to the
  18.      MIPSpro 7.2 F77 compiler.
  19.  
  20.      The IIPPXXFFAARRGGCC function returns the number of command-line arguments in
  21.      the command used to invoke the executing program.  The command name is
  22.      not included in the number returned.  A return value of 0 indicates
  23.      that there are no command-line arguments other than the command name
  24.      itself.
  25.  
  26. SSEEEE AALLSSOO
  27.      _A_p_p_l_i_c_a_t_i_o_n _P_r_o_g_r_a_m_m_e_r'_s _L_i_b_r_a_r_y _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l, publication SR-
  28.      2165, for the printed version of this man page.
  29.  
  30.